/*header*/

.header {
    /*box-shadow: 0px -12px 18px #999999;;  !*上边阴影  红色*!*/
    padding-top: 20px;
    height: 70px;
    overflow: hidden;
    width: 1178px;
    margin: 0 auto;
}

.logo {
    width: 405px;
    height: 69px;
}

.logo img {
    width: 405px;
    height: 69px;
}

.header-right {
    width: 270px;
}

.index-right-top {
    text-align: right;
    color: #333333;
    margin-bottom: 10px;
}

.index-right-top a {
    font-size: 14px;
    color: #333333;
}

.index-sech {
    background: url(../images/sech-bj.png) no-repeat left center;
    width: 270px;
    height: 30px;
    overflow: hidden;
}

.index-sech-input {
    width: 220px;
    margin-top: 3px;
    border: 0;
    margin-left: 2px;
}

.index-sech-sub {
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block;
}

.index-sech-sub i {
    color: #dcdcdc;
    font-size: 23px;
}


/*header end*/


/*nav*/

.nav {
    /*box-shadow: 0px -12px 18px #999999;;  !*上边阴影  红色*!*/
    padding-top: 21px;
    height: 134px;
}

.nav-width {
    width: 1178px;
    margin: 0 auto;
}

/*.navul {*/
/*    margin-right: -16px;*/
/*}*/

.navul li {
    display: inline-block;
    width: 147px;
    margin-right: 20px;
    /*border-top: 6px solid #eb6100;*/
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.navul li:nth-child(7n){
    margin-right: 0;
}

.navul li>a {
    display: block;
    /*border-left: 1px solid #eb6100;*/
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
}

.eb6100,.xh-7 {
    border-top: 6px solid #ec1415;
}

.eb6100>a,.xh-7>a {
    border-left: 1px solid #ec1415;
}

.eb6100:hover,.xh-7:hover {
    background: #ec1415;
}

.eb6100:hover>a,.xh-7:hover>a {
    color: #fff;
}

.eb6100:hover .navul-post,.xh-7:hover .navul-post {
    border: 1px solid #ec1415;
}


/* 循环颜色*/

.xh-1,.xh-8 {
    border-top: 6px solid #ffa432;
}

.xh-1>a,.xh-8>a {
    border-left: 1px solid #ffa432;
}

.xh-1:hover,.xh-8:hover {
    background: #ffa432;
}

.xh-1:hover>a,.xh-8:hover>a {
    color: #fff;
}

.xh-1:hover .navul-post,.xh-8:hover .navul-post {
    border: 1px solid #ffa432;
}

.xh-2 ,.xh-9 {
    border-top: 6px solid #fbe832;
}

.xh-2>a,.xh-9>a {
    border-left: 1px solid #fbe832;
}

.xh-2:hover,.xh-9:hover {
    background: #fbe832;
}

.xh-2:hover>a,.xh-9:hover>a {
    color: #fff;
}

.xh-2:hover .navul-post,.xh-9:hover .navul-post {
    border: 1px solid #fbe832;
}

.xh-3,.xh-10 {
    border-top: 6px solid #80b80c;
}

.xh-3>a,.xh-10>a {
    border-left: 1px solid #80b80c;
}

.xh-3:hover,.xh-10:hover {
    background: #80b80c;
}

.xh-3:hover>a,.xh-10:hover>a {
    color: #fff;
}

.xh-3:hover .navul-post,.xh-10:hover .navul-post {
    border: 1px solid #80b80c;
}

.xh-4,.xh-11 {
    border-top: 6px solid #01b6eb;
}

.xh-4>a,.xh-11>a {
    border-left: 1px solid #01b6eb;
}

.xh-4:hover,.xh-11:hover {
    background: #01b6eb;
}

.xh-4:hover>a,.xh-11:hover>a {
    color: #fff;
}

.xh-4:hover .navul-post,.xh-11:hover .navul-post {
    border: 1px solid #01b6eb;
}

.xh-5,.xh-12 {
    border-top: 6px solid #1f7ad7;
}

.xh-5>a,.xh-12>a {
    border-left: 1px solid #1f7ad7;
}

.xh-5:hover,.xh-12:hover {
    background: #1f7ad7;
}

.xh-5:hover>a,.xh-12:hover>a {
    color: #fff;
}

.xh-5:hover .navul-post,.xh-12:hover .navul-post {
    border: 1px solid #1f7ad7;
}

.xh-6,.xh-13 {
    border-top: 6px solid #825cb1;
}

.xh-6>a ,.xh-13>a {
    border-left: 1px solid #825cb1;
}

.xh-6:hover,.xh-13:hover {
    background: #825cb1;
}

.xh-6:hover>a,.xh-13:hover>a {
    color: #fff;
}

.xh-6:hover .navul-post,.xh-13:hover .navul-post {
    border: 1px solid #825cb1;
}


/* 循环颜色*/

.navul li.active {
    /*background: #fda535;*/
}

.navul-post {
    display: none;
    padding-top: 15px;
    background: #fff;
    position: absolute;
    width: 99%;
    z-index: 3;
    opacity: 0.9;
    top: 56px;
}

.navul-post a {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}


/*.eb6100 .navul-post{*/


/*border: 1px solid #eb6100;*/


/*}*/


/*nav end*/


/*slide*/


/*.slide{*/


/*!*background: url("../images/banner1.gif") no-repeat;*!*/


/*max-height: 460px;*/


/*!*background-size: cover;*!*/


/*zoom:1;*/


/*overflow: hidden;*/


/*}*/

.indexSlide {
    position: relative;
    height: 460px;
}

.indexSlide .swiper-container {
    height: 460px;
    color: #fff;
    text-align: center;
}

.indexSlide .swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}

.indexSlide .swiper-slide p {
    font-style: italic;
    font-size: 25px;
}

.indexSlide .swiper-pagination{
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
}

.indexSlide .swiper-pagination-bullet {
    display: inline-block;
    width: 18px;
    height: 6px;
    border-radius: 8px;
    background: #fff;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.indexSlide .swiper-pagination-bullet-active {
    background: #fff;
    width: 88px;
}


/*slide end*/


/*content*/

.content {}

.content-box {
    /*box-shadow: 0px 2px 18px #999999;;  !*上边阴影  红色*!*/
}

.content-width {
    width: 1176px;
    margin: 0 auto;
    padding-top: 14px;
    overflow: hidden;
}


/*信息公告*/

.index-xx {
    background: url("../images/xibj.png") no-repeat left center;
    height: 60px;
    margin-bottom: 14px;
    position: relative;
}

.index-xx-a {
    position: absolute;
    width: 170px;
    /* border: 1px solid; */
    height: 58px;
    left: 0;
    top: 0;
}

.index-xx-riht {
    width: 975px;
}

.index-xx-riht .device {
    width: 1200px;
    position: relative;
    height: 60px;
}

.index-xx-riht .js-device .notice_item {
    position: relative;
    float: left;
    width: 322px;
    height: 60px;
    box-sizing: border-box;
}
.index-xx-riht .js-device .notice_item>a{
    display: block;
    padding: 0 40px;
    font-size: 14px;
    color: #3C3C3C;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-xx-riht .js-device .notice_item:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 21px;
    background: #DEDEDE;
}
.index-xx-riht .js-device .notice_item:last-child:after{
    display: none;
}
.index-xx-riht .js-device .notice_item .notice_menu{
    display: none;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    padding: 12px 20px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 7px 2px rgba(1,108,237,.2);
    z-index: 999;
    overflow: hidden;
}
.index-xx-riht .js-device .notice_item:hover .notice_menu{
    display: block;
}
.index-xx-riht .js-device .notice_item .notice_menu ul{
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.index-xx-riht .js-device .notice_item .notice_menu ul li{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: bold;
}
.index-xx-riht .js-device .notice_item .notice_menu ul li a{
    display: block;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-xx-riht .swiper-container {
    width: 1124px;
    height: 60px;
    margin: 0
}

.index-xx-riht .swiper-slide {
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.index-xx-riht .swiper-slide-visible {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.index-xx-riht .swiper-slide-active {
    top: 0;
}

.index-xx-riht .swiper-slide a {
    display: block;
    line-height: 60px;
}


/*信息公告 end*/


/*新闻*/

.index-news-left {
    height: 342px;
    width: 555px;
}


/*ul*/

.index-news-left-title {
    background: url("../images/bj-x.png") repeat-x left center;
    position: relative;
}

.index-news-left-title span {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    background: #fff;
    padding: 9px 16px;
    padding-left: 0;
}

.index-news-left-title span b {
    color: #1f64c1;
}

.index-news-more {
    font-size: 14px;
    color: #666666;
    background: #fff;
    padding: 0 16px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.index-news-left-ul li {
    font-size: 15px;
    line-height: 35px;
    overflow: hidden;
}

.index-news-left-ul li a {
    float: left;
    display: block;
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.index-news-left-ul li span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.index-news-left-ul li:hover a {
    color: #1f64c1;
}


/*ul end*/

.index-news-right {}


/*轮播*/

.index-news-right .device {
    width: 598px;
    height: 308px;
    position: relative;
}

.index-news-right .swiper-container {
    width: 598px;
    height: 308px;
}

.index-news-right .swiper-container .swiper-slide {
    position: relative;
    height: 308px;
}

.index-news-right .swiper-container .swiper-slide img {
    width: 100%;
    height: 308px;
}

.index-news-right .swiper-container .swiper-slide .swperpos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.index-news-right .swiper-container .swiper-slide .swperpos span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-right .swiper-pagination{
    position: absolute;
    left: inherit;
    right: 0;
    text-align: right;
    bottom: 45px;
    width: auto;
    z-index: 2;
    counter-reset: step;
}

.index-news-right .swiper-pagination-bullet {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    background: none;

}
.swiper-pagination-bullet{
    outline: none;
}

.index-news-right .swiper-pagination-bullet-active {
    background: #1f64c1;
    border: 1px solid #1f64c1;
}

.index-news-right .swiper-pagination-bullet:before {
    content: counter(step);
    counter-increment: step;
}
.index-news-right .swiper-button-next,
.index-news-right .swiper-button-prev{
    width: 30px;
    height: 40px;
    outline: none;
}
.index-news-right .swiper-button-prev, .index-news-right .swiper-container-rtl .swiper-button-next{
    left:0;
    background: url("../images/prev.png") no-repeat;
}
.index-news-right .swiper-button-next, .index-news-right .swiper-container-rtl .swiper-button-prev{
    right:0;
    background: url("../images/next.png") no-repeat;
}


/*轮播 end*/


/*新闻 end*/


/*广告位*/

.index-adv {
    padding-top: 23px;
    width: 100%;
    height: 347px;
    background: url(../images/adimg.png) no-repeat;
    cursor: pointer;
    background-size: cover;
}

.index-advimg {
    background: url("../images/adimgtwo.png") no-repeat;
    height: 330px;
    background-size: auto;
}

.index-advimg-width {
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.index-advimg-left {
    height: 290px;
    width: 840px;
}

.index-advimg-left .swiper-container {
    height: 290px;
    width: 840px;
}

.index-advimg-left .swiper-wrapper {
    height: 290px;
    width: 840px;
}

.index-advimg-left .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-advimg-left .swiper-slide img {
    width: 100%;
    height: 290px;
}

.index-advimg-left .swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.index-advimg-left .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.index-advimg-left .swiper-pagination-bullet-active {
    background: #fff;
}
.index-advimg-left .swiper-button-next,
.index-advimg-left .swiper-button-prev{
    width: 30px;
    height: 40px;
    outline: none;
}
.index-advimg-left .swiper-button-prev,
.index-advimg-left .swiper-container-rtl .swiper-button-next{
    left:0;
    background: url("../images/prev.png") no-repeat;
}
.index-advimg-left .swiper-button-next,
.index-advimg-left .swiper-container-rtl .swiper-button-prev{
    right:0;
    background: url("../images/next.png") no-repeat;
}

.index-advimg-right {
    width: 290px;
}

.index-advimg-right-h3 {
    background: url("../images/advh3bj.png") no-repeat;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    position: relative;
    padding-left: 14px;
}

.index-advimg-more {
    position: absolute;
    right: 14px;
    top: 0;
    font-size: 14px;
    color: #fff;
}

.index-advimg-more:hover {
    color: #fff;
}

.index-advimg-ul li {
    position: relative;
    padding: 11px 0;
    font-size: 14px;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
}

.index-advimg-ul li a {
    display: block;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-advimg-ul li:hover a {
    color: #1f64c1;
}


/*广告位 end*/


/*理事*/

.index-ls {
    background: url("../images/lsimgbj.jpg") top center no-repeat;
    height: 170px;
    /*cursor: pointer;*/
}

.index-ls-width {
    position: relative;
    width: 1176px;
    margin: 0 auto;
}

.index-ls-left {
    /*background: url("../images/lsimglogin.png") no-repeat;*/
    width: 284px;
    height: 128px;
    margin-top: 20px;
}

.index-ls-left a {
    display: block;
}

.index-ls-right {
    width: 867px;
    height: 150px;
    margin-top: 20px;
}

.index-ls-right>ul {
    margin-right: 0px;
}

.index-ls-right>ul>li {
    float: left;
    margin-right: 9px;
    width: 210px;
    height: 70px;
}
.index-ls-right>ul>li:nth-child(4n){
    margin-right: 0;
}

.index-ls-right>ul>li>a>img {
    /*height: 100px;*/
    position: relative;
    width: 100%;
    height: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    /* Safari */
}

.index-ls-right>ul>li:hover>a>img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari  Chrome */
    -o-transform: scale(1.1);
}
.index-ls-right>ul>li:hover .popquick_section{
    display: block;

}

.popquick_section {
    display: none;
    position: absolute;
    right: 0;
    padding-top: 3px;
    width: 878px;
    z-index: 999;
}
.popquick_sectionbox{
    padding: 30px 51px;
    padding-bottom: 6px;
    background: url("../images/bg1.jpg?v=2007") no-repeat;

}

.popquick_section ul li {
    float: left;
    margin-right: 41px;
    margin-bottom: 15px;
    width: 95px;
    text-align: center;
}
.popquick_section ul li:nth-child(6n){
    margin-right: 0;
}
.popquick_section ul li  .index-ls-righ-img{
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.popquick_section ul li img {
    width: 80px;
    height: 80px;
}

.popquick_section ul li h3 {
    margin-top: 5px;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: center;
}



/*理事 end*/


/*通知*/

.content-boxtz {
    /*box-shadow: 0px 6px 18px #999999;*/
    cursor: pointer;
}

.index-tz {
    width: 867px;
    /*height: 1036px;*/
}

.index-tsdiv {
    overflow: hidden;
    margin-top: 7px;
}

.index-tesdiv-ul-list {
    float: left;
    width: 419px;
    margin-right: 25px;
    margin-bottom: 22px;
}

.index-tesdiv-ul-list:nth-child(2n) {
    margin-right: 0;
}

.index-news-ul-border {
    margin-top: 6px;
    overflow: hidden;
}

.index-news-ul-border li {
    padding-top: 9px;
    padding-bottom: 9px;
}

.index-news-ul-border li a {
    float: left;
    max-width: 75%;
}

.index-news-ul-border li span {
    float: right;
    color: #7b7b7c;
}

.index-news-left-two {
    margin-top: 17px;
}

.index-news-left-two img {
    width: 120px;
    height: 85px;
}

.index-news-left-two .index-news-two-height {
    height: 215px;
    overflow: hidden;
}

.index-news-left-two .index-news-left-twocont {
    width: 284px;
}

.index-news-left-two .index-news-left-twocont h3 {
    padding: 2px 0;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-left-two .index-news-left-twocont p {
    height: 48px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.index-news-left-two .index-news-left-twocont h3:hover,
.index-news-left-two .index-news-left-twocont p:hover {
    color: #1f64c1;
}

.index-testdiv-heght {
    margin-top: 6px;
}

.index-videnews {
    width: 290px;
    margin-top: 10px;
    cursor: pointer;
}

.index-videone {
    height: 290px;
}

.index-videoneul {
    border: 1px solid #eeeeee;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 8px;
    height: 210px;
    overflow: hidden;
}

.index-videoneul img {
    width: 260px;
    height: 180px;
}

.index-videoneul .index-videoneh3 {
    font-size: 14px;
    color: #333333;
}

.index-videosj {
    background: url("../images/index-sj.png") no-repeat;
    height: 345px;
    margin-top: 27px;
}


/*轮播*/

.index-videsjwid {
    width: 250px;
    margin: 0 auto;
    padding-top: 27px;
}

.index-videsjwid .device {
    width: 250px;
    position: relative;
    height: 260px;
}

.index-videsjwid .swiper-container {
    width: 250px;
    height: 212px;
    overflow: hidden;
}

.index-videsjwid .swiper-slide {
    height: 100%;
}

.index-videsjwid .swiper-slide a {
    display: block;
    width: 49%;
    float: left;
    margin-right: 1%;
    text-align: center;
}

.index-videsjwid .swiper-slide-active {
    top: 0;
    opacity: 1;
}

.index-videsjwid .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.index-videsjwid .swiper-pagination-bullet{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #dcdcdc;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.index-videsjwid .swiper-pagination-bullet-active {
    background: #1f64c1;
}


/*轮播 end*/

.index-xxgk {
    height: 292px;
    margin-bottom: 31px;
}

.index-xxgkul {
    border: 1px solid #eeeeee;
    border-top: 0;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 15px;
    height: 224px;
    overflow: hidden;
}

.index-xxgkul li {
    padding-top: 8px;
    line-height: 24px;
}

.index-xxgkul li a {
    float: none;
    max-width: 100%;
}


/*通知 end*/


/*友情链接*/

.index-link-bj {
    background: #dfdfdf;
    padding-bottom: 27px;
}

.index-link-h3 {
    background: url("../images/linkbj.png") no-repeat;
    height: 58px;
    margin-top: 20px;
}

.index-link-h3 a {
    display: block;
    width: 100%;
    height: 58px;
}

.link-nav {
    width: 100%;
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
    margin-bottom: 8px;
    zoom: 1;
    height: 52px;
    clear: both;
}

.link-nav li {
    width: 265px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #1f64c1;
    float: left;
    margin-right: 36px;
    cursor: pointer;
    font-weight: bold;
}

.link-nav li:hover {
    color: #7aa4de;
}

.link-nav li:last-child {
    margin-right: 0;
}

.link-nav li.active {
    background: #7aa4de;
    color: #fff;
    height: 60px;
    border: 1px solid #7aa4de;
    border-bottom: 0;
    margin-bottom: -1px;
}

.link-show {
    border: 1px solid #7aa4de;
    background: #7aa4de;
    display: none;
}

.link-show ul {
    position: relative;
    bottom: 2px;
    left: 0;
    width: 100%;
    zoom: 1;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
}

.link-show ul li {
    width: 265px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
}

.link-show ul li:hover a {
    color: #fff;
}


/*.link-show ul li:nth-child(5n+5) {*/


/*margin-right: 0;*/


/*}*/

.link-show ul li a {
    color: #fff;
}


/*友情链接 end*/


/*content end*/


/*footer*/

.footer {
    padding-bottom: 20px;
}

.footer-left {
    padding-top: 17px;
    width: 800px;
    line-height: 32px;
    font-size: 14px;
    color: #535353;
}

.footer-left-p p {
    font-size: 14px;
    color: #333333;
}

.footer-right {
    width: 375px;
    padding-top: 22px;
}

.footer-right .ewm {
    width: 104px;
    float: left;
    padding-left: 15px;
    text-align: center;
}

.footer-right .ewm img {
    width: 100%;
}

.footer-right .ewm .hint_box {
    display: flex;
}

.footer-right .ewm .hint_box img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.add-footer-icon {
    margin-right: 10px;
    margin-top: 20px;
}


/*footer end*/

/*弹窗区域*/
.imgbig_pop,
.videobig_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}
imgbig_pop *{
    box-sizing: border-box;
}

.imgbig_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbig_panel {
    position: relative;
    padding-top: 40px;
    width: 1200px;
    z-index: 999;
}

.imgbig_panel .close {
    position: absolute;
    top: 0;
    right: 0;
}

.imgbig_slide .swiper-container.gallery-top {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    margin: 0 auto;
    width: 1200px;
    height: 700px;
    overflow: hidden;
    overflow-y: auto;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    display: flex;
    justify-content: center;
    align-items: self-start;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box img {
    max-width: 100%;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide p {
    margin-top: 13px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
    overflow: hidden;
}

.imgbig_slide .gallery-thumbsbox {
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    width: 1000px;
    height: 60px;
    overflow: hidden;
}
.imgbig_slide .gallery-thumbsbox .swiper-wrapper{
    display: flex;
    justify-content: center;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #0c54a0;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    height: 56px;
}

.imgbig_slide .swiper-button-next,
.imgbig_slide .swiper-button-prev {
    outline: none;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-prev,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/icon15.png) no-repeat;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/icon16.png) no-repeat;
}

.videobig_section {
    width: 100%;
    height: 665px;
}

.videobig_section iframe,
.videobig_section video {
    display: block;
    width: 100%;
    height: 780px;
}
